Defines how a measure units should be formatted for display.

Full documentation

Initializes a new PDFNumberFormat object.

Full documentation

Initializes a new object from a COS number format.
This method supports the internal library infrastructure and should not be used by external client code.

Full documentation

Gets the conversion factor.
When this object is in the first number format in the array, its meaning (that is, what it shall be multiplied by) depends on which property in the references the number format array.

Full documentation

Gets the COS number format.

Full documentation

Gets the decimal separator.
An empty string indicates that the default shall be used. Default value is PERIOD (0x2E).

Full documentation

Gets the denominator.
This property has meaning only if this object is the last one in a number format collection.

Full documentation

Gets a value indicating whether the is displayed before or after the calculated unit value.
The characters specified by and shall be concatenated before considering this method.

Full documentation

Gets the fraction display.
This method has meaning only if this object is the last one in a number format collection.

Full documentation

Gets the measure unit.

Full documentation

Gets the precision.
The value must be a power of 10 (10, 100, 1000, 10000, etc).
. This property has meaning only if this object is the last one in a number format collection.

Full documentation

Gets the prefix.
An empty string indicates that no text shall be added. Default value is a single ASCII SPACE character (0x20).

Full documentation

Gets a value indicating whether the fractional part can be reduced or the low-order zeros truncated.

Full documentation

Gets the suffix.
An empty string indicates that no text shall be added.Default value is a single ASCII SPACE character (0x20).

Full documentation

Gets the thousands separator
An empty string indicates that no text shall be added. Default value is COMMA (0x2C).

Full documentation

Sets the conversion factor.
When this object is in the first number format in the array, its meaning (that is, what it shall be multiplied by) depends on which property in the references the number format array.

Full documentation

Sets the decimal separator.
An empty string indicates that the default shall be used. Default value is PERIOD (0x2E).

Full documentation

Sets the denominator.
This property has meaning only if this object is the last one in a number format collection.

Full documentation

Sets a value indicating whether the is displayed before or after the calculated unit value.
The characters specified by and shall be concatenated before considering this method.

Full documentation

Sets the fraction display.
This method has meaning only if this object is the last one in a number format collection.

Full documentation

Sets the measure unit.

Full documentation

Sets the precision.
The value must be a power of 10 (10, 100, 1000, 10000, etc).
. This property has meaning only if this object is the last one in a number format collection.

Full documentation

Sets the prefix.
An empty string indicates that no text shall be added. Default value is a single ASCII SPACE character (0x20).

Full documentation

Sets a value indicating whether the fractional part can be reduced or the low-order zeros truncated.

Full documentation

Sets the suffix.
An empty string indicates that no text shall be added.Default value is a single ASCII SPACE character (0x20).

Full documentation

Sets the thousands separator.
An empty string indicates that no text shall be added. Default value is COMMA (0x2C).

Full documentation